home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / HARDUTL2.LZH / DNXSD.DOC < prev    next >
Text File  |  1984-04-16  |  752b  |  16 lines

  1.                         DNXSD.DOC
  2.  
  3.     The batch files DN.BAT, DX.BAT, DS.BAT and DD.BAT write
  4. sorted directories on the screen only. They sort on the directory
  5. line starting with fileName, eXtension, Size or Date (mm/dd/yy).
  6. The sorted directory can be stored by modifying the batch files,
  7. as in the example of DXSAVE.BAT.
  8.     These batch files have two dummy parameters: drive and
  9. filename and extension restriction, if any. Thus, to sort the files
  10. on drive E that satisfy the filename and extension restriction of
  11. ABC?.*, sorting by size, one uses:
  12.         DS E ABC?.*
  13. The spaces between S, E and A are important.
  14.     Note that if one sorts on a restricted set of files, such as 
  15. with DX E *.COM, then that amounts to the same thing as DS E *.COM.
  16.